Photo Layer Schema
TEXT Element
See Also  Send comments on this topic.
Photo Layer Schema : TEXT Element

Glossary Item Box

Description

Parent tag for text symbols in a graphic layer file (*.apg) or photo layer file (*.aph).

Diagram

TEXTSYMBOL Element Sequence TEXT Element

Overview

TEXT
Parent tag for text symbols in a graphic layer file (*.apg) or photo layer file (*.aph).
visible optional Restriction of xs:string
Specifies whether the text is displayed or not.
Sequence
TEXTSYMBOL
Symbol used to label point, line, and polygon layers.

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionaltrue Specifies whether the text is displayed or not.

Examples

Source

<xs:element name="TEXT" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Parent tag for text symbols in a graphic layer file (*.apg) or photo layer file (*.aph).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aph:TEXTSYMBOL" />
    </xs:sequence>
    <xs:attribute name="visible" default="true">
      <xs:annotation>
        <xs:documentation>Specifies whether the text is displayed or not.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.